projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae217bc
)
(xml-get-attribute-or-nil): Doc fix.
author
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:58:57 +0000
(12:58 +0000)
committer
Eli Zaretskii
<eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:58:57 +0000
(12:58 +0000)
lisp/xml.el
patch
|
blob
|
history
diff --git
a/lisp/xml.el
b/lisp/xml.el
index 72ffa43dcc94323153bbe61f540ebbd0797a53db..dbd991f5583945caa2ae14d0d38456404ae97504 100644
(file)
--- a/
lisp/xml.el
+++ b/
lisp/xml.el
@@
-106,7
+106,7
@@
CHILD-NAME should be a lower case symbol."
(defun xml-get-attribute-or-nil (node attribute)
"Get from NODE the value of ATTRIBUTE.
-
nil is returned
if the attribute was not found.
+
Return `nil'
if the attribute was not found.
See also `xml-get-attribute'."
(when (xml-node-attributes node)